﻿*{margin: 0;padding: 0;font-family: "微软雅黑";font-weight: normal;list-style:none;font-style:normal;text-decoration:none}
/*产品展示左侧*/
.pro-left{float: left;width: 148px;box-sizing: border-box;box-shadow: 0px 10px 10px #f7f7f7;}
.pro-content{background: #f7f9fb;
    float: left;
    padding: 5px 20px;
    width: 725px;
    height: 153px;}
.marquee3{float: right;width: 547px;height: 153px;position: relative;overflow: hidden;}
.pro-left .left-category ul li{
height: 40px;
    line-height: 40px;
    margin: 8px 0;
    background: #e5effa;
    border-radius: 5px;
    text-align: center;
    color: #636363;
}
.pro-left .left-category ul li.on{background: #087fd2;color: #FFFFFF;}
.pro-left .left-category ul li:hover{background: #087fd2;color: #FFFFFF;}
/*产品展示右侧*/
.marquee3{display: none;}
.marquee3 ul li{
	float: left;
    margin: 0 15px;
    display: inline;
    width: 148px;
    height: 153px;
    overflow: hidden;}
.marquee3 ul li .pic {
    display: block;
    width: 155px;
    height: 153px;
    overflow: hidden;
}
.marquee3 ul li img{display:block;     width: 100%;height: 125px;}
	.marquee3 .txt {
    text-align: center;
    height: 28px;
    line-height: 28px;padding: 0 15px 0 10px;
}
.marquee3 ul li a:nth-child(3n){margin-right: 0;}
.marquee3 ul li a .img{width: 100%;
    height: 128px;
    overflow: hidden;}
.marquee3.active{display: block;}
.marquee3 ul li a:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}
